{% extends 'base_dashboard.html' %} {% block title %}MCQ Bank — {{ program.title }}{% endblock %} {% block content %}
{{ program.active_question_count }} active in bank (minimum {{ program.min_question_bank }} required) · Each student gets a random {{ program.questions_per_exam }} MCQs {% if not program.is_exam_ready %} · Need {{ program.question_bank_deficit }} more MCQs before exams can run {% else %} · Bank ready {% endif %}
Download the sample file, fill in your questions and answers, then upload to import the whole bank at once.
question, choice_a, choice_b, choice_c, choice_d, correct, order, is_active
correct = A / B / C / D (required).
Choice C/D, order, and is_active are optional.